Commits on Source (25)
-
cznic authoredd4ed92c0
-
cznic authored12794c24
-
cznic authored9ac8e128
-
cznic authored2e81d607
-
cznic authoredfd9cba43
-
cznic authored32c44981
-
Dan Peterson authored016dce0a
-
cznic authoredcfee3bea
-
cznic authoredcbb95571
-
cznic authored8d51c983
-
cznic authored8db47beb
-
cznic authoredb49ad1eb
-
cznic authored7b21af2c
-
cznic authoreddd7029cf
-
cznic authored65fb6c69
-
cznic authorede1f0d0ba
-
cznic authored019ed373
-
glebarez authoredabe4fa44
-
cznic authored
Windows builders cannot cope with the names, see: https://gitlab.com/cznic/builder/-/blob/7f7b643325ae0594da3e51f4d2fd63e392c47677/logs/win64 https://gitlab.com/cznic/builder/-/blob/7f7b643325ae0594da3e51f4d2fd63e392c47677/logs/win32
49148932 -
glebarez authoredabe92c07
-
cznic authored8fa63d9d
-
cznic authorede97cd0ce
-
cznic authored887e2f19
benchmark/README.md
0 → 100644
benchmark/bench_plot_test.go
0 → 100644
benchmark/bench_test.go
0 → 100644
benchmark/benchmarks.go
0 → 100644
benchmark/common.go
0 → 100644
benchmark/go.mod
0 → 100644
benchmark/go.sum
0 → 100644
This diff is collapsed.
37.8 KiB
35 KiB
36.2 KiB
36.5 KiB
benchmark/plot.go
0 → 100644
benchmark/util.go
0 → 100644
module modernc.org/sqlite | ||
go 1.15 | ||
go 1.16 | ||
require ( | ||
github.com/mattn/go-sqlite3 v1.14.9 | ||
github.com/mattn/go-sqlite3 v1.14.10 | ||
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac | ||
modernc.org/ccgo/v3 v3.12.65 | ||
modernc.org/libc v1.11.71 | ||
modernc.org/ccgo/v3 v3.14.0 | ||
modernc.org/libc v1.13.2 | ||
modernc.org/mathutil v1.4.1 | ||
modernc.org/tcl v1.8.13 | ||
modernc.org/z v1.2.19 | ||
modernc.org/tcl v1.10.0 | ||
modernc.org/z v1.2.21 | ||
) |