Skip to content

Commit 64a1327

Browse files
committed
Core_bench no longer has a name parameter
1 parent 66668ce commit 64a1327

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

code/gc/run_barrier_bench.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
corebuild -pkg core_bench barrier_bench.native
2-
./barrier_bench.native -ascii name alloc
2+
./barrier_bench.native -ascii alloc
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
corebuild -pkg core_bench map_vs_hash.native
2-
./map_vs_hash.native -ascii -clear-columns name time speedup
2+
./map_vs_hash.native -ascii -clear-columns time speedup
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
corebuild -pkg core_bench map_vs_hash2.native
2-
./map_vs_hash2.native -ascii -clear-columns name time speedup
2+
./map_vs_hash2.native -ascii -clear-columns time speedup

0 commit comments

Comments
 (0)