ci: fix ubuntu-tcc job

pull/10993/head
Delyan Angelov 2021-07-29 14:25:33 +03:00
parent 57f30668e3
commit ae05ab880e
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,9 @@ import rand
import benchmark import benchmark
fn main() { fn main() {
_ := map{
1: 1
}
rand.seed([u32(42), 0]) rand.seed([u32(42), 0])
sample_size := 10000000 sample_size := 10000000
min_str_len := 20 min_str_len := 20

View File

@ -4,6 +4,9 @@ import os
import v.vcache import v.vcache
fn main() { fn main() {
_ := map{
1: 1
}
mut cm := vcache.new_cache_manager([]) mut cm := vcache.new_cache_manager([])
cpath := cm.basepath cpath := cm.basepath
if os.exists(cpath) && os.is_dir(cpath) { if os.exists(cpath) && os.is_dir(cpath) {