Skip to content

Commit

Permalink
chore: 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 283b713 commit 76359fc
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.16") # Add your arbitrary versions here
declare -a versions=("v0.0.5" "v0.0.8" "v0.0.16" "v0.0.17") # Add your arbitrary versions here

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

0 comments on commit 76359fc

Please sign in to comment.