Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit c840cfc

Browse files
committed
bump bench release to compare against
1 parent 3d2aa78 commit c840cfc

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

benchmark/download_asset.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def abort(message)
77
end
88

99
asset_name = ENV.fetch('ASSET_NAME') { abort 'ASSET_NAME env var must be provided.' }
10-
asset_url = "https://github.com/lib-ruby-parser/bench/releases/download/v0.0.1/#{asset_name}"
10+
asset_url = "https://github.com/lib-ruby-parser/bench/releases/download/v4.0.0+ruby-3.1.0/#{asset_name}"
1111
save_as = ENV.fetch('SAVE_AS') { abort 'SAVE_AS env var must be provided' }
1212

1313
File.open(save_as, 'wb') do |file|

codegen/build.mk

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
TAG_TO_SYNC = v3.0.11
2-
BASE_FN_SYNC_URL = https://raw.githubusercontent.com/lib-ruby-parser/lib-ruby-parser/$(TAG_TO_SYNC)
3-
4-
codegen/sync-fns:
5-
wget -q $(BASE_FN_SYNC_URL)/codegen/fns/shared.rs -O codegen/codegen/fns_shared.rs
6-
wget -q $(BASE_FN_SYNC_URL)/codegen/fns/c.rs -O codegen/codegen/fns_c.rs
7-
81
CODEGEN_DEPS = $(wildcard codegen/codegen/*.rs)
92
CODEGEN_DEPS += codegen/Cargo.toml
103
CODEGEN_DEPS += codegen/build.rs

0 commit comments

Comments
 (0)