Skip to content

Commit

Permalink
remove unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Jan 9, 2024
1 parent 64e1495 commit 94d1aa8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 83 deletions.
81 changes: 0 additions & 81 deletions wasm/bench/cmd/barebones/main.go

This file was deleted.

Binary file removed wasm/bench/cmd/barebones/typescript/index.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions wasm/bench/cmd/wasigo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func main() {
ctx := context.Background()
wasmRuntime := wasm.NewRegistryWithRuntime("wasi", nil, 0)
code, err := os.ReadFile("/Users/colindickson/code/dfuse/substreams/wasm/bench/substreams_wasi_go/main.wasm")
blockReader, err := os.Open("/Users/colindickson/code/dfuse/substreams/wasm/bench/cmd/barebones/testdata/block.binpb")
blockReader, err := os.Open("/Users/colindickson/code/dfuse/substreams/wasm/bench/cmd/wasigo/testdata/block.binpb")
if err != nil {
panic(err)
}
Expand All @@ -40,7 +40,7 @@ func main() {
for i := 0; i < 1; i++ {
args := args(
wasm.NewParamsInput("{key.1: 'value.1'}"),
blockInputFile("/Users/colindickson/code/dfuse/substreams/wasm/bench/cmd/barebones/testdata/block.binpb"),
blockInputFile("/Users/colindickson/code/dfuse/substreams/wasm/bench/cmd/wasigo/testdata/block.binpb"),
wasm.NewStoreReaderInput("store.reader.1", createStore(ctx, "store.reader.1")),
wasm.NewStoreReaderInput("store.reader.2", createStore(ctx, "store.reader.2")),
wasm.NewStoreWriterOutput("out", createStore(ctx, "out"), 1, "string"),
Expand Down
File renamed without changes.
Binary file modified wasm/bench/substreams_wasi_go/main.wasm
Binary file not shown.

0 comments on commit 94d1aa8

Please sign in to comment.