Skip to content

Commit 519c59c

Browse files
Rename benchmark script
1 parent bc1a12e commit 519c59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/scripts/linear_vs_cartesian_indexing.jl renamed to benchmarks/scripts/indexing_and_static_ndranges.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#=
22
julia --project=.buildkite
3-
using Revise; include(joinpath("benchmarks", "scripts", "linear_vs_cartesian_indexing.jl"))
3+
using Revise; include(joinpath("benchmarks", "scripts", "indexing_and_static_ndranges.jl"))
44
55
# Info:
66
This script compares two things:

0 commit comments

Comments
 (0)