Skip to content

Commit

Permalink
Update bench.sh to include new version in array
Browse files Browse the repository at this point in the history
  • Loading branch information
i5heu committed May 18, 2024
1 parent 5cb7fb2 commit 2dba460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Declare an array of version tags
declare -a versions=("v0.0.5" "v0.0.8" "v0.0.15") # Add your arbitrary versions here
declare -a versions=("v0.0.5" "v0.0.8" "v0.0.16") # Add your arbitrary versions here

# Create a directory to hold the benchmark results
mkdir -p benchmarks
Expand Down

0 comments on commit 2dba460

Please sign in to comment.