JalonSolov
|
1688148828
|
flag: switch panics to optionals (#11515)
|
2021-09-16 19:25:05 +03:00 |
Delyan Angelov
|
6134c4870b
|
v.util: extract v.util.version, use it to speed up building `v repl`, `v up` and `v doctor`
|
2021-07-27 12:59:56 +03:00 |
Daniel Däschle
|
ad3835b598
|
parser: deprecate short struct init (#10842)
|
2021-07-20 11:17:08 +03:00 |
Delyan Angelov
|
5b4eef8010
|
ci: bump up array capacities in repeat.v (workaround for segfaulting code-formatting-perf-regressions job)
|
2021-05-07 14:40:52 +03:00 |
Delyan Angelov
|
43cf3542ac
|
tools: fix a cmd/tools/repeat.v segfault
|
2021-05-06 21:46:59 +03:00 |
Delyan Angelov
|
385cb4dd20
|
repeat.v: fixes for `./v -cg -cflags -fsanitize=undefined cmd/tools/repeat.v`
|
2021-03-23 22:13:47 +02:00 |
Delyan Angelov
|
8abfe2f5a2
|
cgen: -autofree fixes for []string{} having literals, comming from defailt string stuct field values
|
2021-03-23 18:54:37 +02:00 |
Delyan Angelov
|
d7049ae2da
|
os: deprecate os.exec (returning ?os.Result), in favour of os.execute, which returns os.Result (#8974)
|
2021-03-08 20:52:13 +02:00 |
spaceface
|
b9a381f101
|
all: migrate to the new Option (p. 1) (#8924)
|
2021-02-28 22:24:29 +03:00 |
Nick Treleaven
|
01aa09d515
|
checker: do not allow copying any map lvalue (#8662)
|
2021-02-16 12:46:12 +01:00 |
Delyan Angelov
|
9ea2608372
|
repeat: implement -nmaxs and -nmins to eliminate flukes
|
2020-12-04 19:44:30 +02:00 |
Delyan Angelov
|
ac7440cf92
|
repeat: implement -N (use `\n` instead of `\r`)
|
2020-12-04 19:44:29 +02:00 |
Delyan Angelov
|
008ce8fc65
|
repeat: support `-p {option}:-prod,'' -p {compiler}:tcc,gcc -t '{T} {option} -cc {compiler} x.v' v`
|
2020-11-29 16:14:11 +02:00 |
Delyan Angelov
|
b0ccc0784e
|
repeat: add a workaround for an -autofree bug
|
2020-10-28 12:48:27 +02:00 |
Delyan Angelov
|
8bc2f8ccda
|
vfmt: run fmt over cmd/tools/*.v
|
2020-10-21 14:36:21 +03:00 |
Delyan Angelov
|
cc477c50ed
|
repeat: cleanup spurious eprintln
|
2020-10-18 17:31:37 +03:00 |
Delyan Angelov
|
31ef921ef2
|
ci: fix warnings/errors due to the vfmt change
|
2020-10-15 16:17:52 +03:00 |
Delyan Angelov
|
0edcd5efb0
|
repeat.v: support --max_time limit for the average time of a command
|
2020-10-09 11:08:59 +03:00 |
Delyan Angelov
|
f943bf2aaf
|
repeat.v: merge results from all series runs for the totals
|
2020-10-06 08:12:09 +03:00 |
Delyan Angelov
|
259f6ea42c
|
repeat.v: add --output option
|
2020-10-02 18:10:30 +03:00 |
Delyan Angelov
|
c53ebd89b1
|
repeat.v: implement a --series option
|
2020-10-02 13:28:05 +03:00 |
Delyan Angelov
|
c747ba1c3f
|
repeat.v: add --fail_percent option
|
2020-10-02 10:58:05 +03:00 |
Delyan Angelov
|
d595e03928
|
cmd/tools/repeat.v: cleanup formatting
|
2020-10-01 23:25:29 +03:00 |
Delyan Angelov
|
d96f1bf26d
|
cmd/tools/repeat.v: add and fill a new map[string][]int field CmdResult.oms
|
2020-10-01 21:06:32 +03:00 |
Delyan Angelov
|
9dc75f5cd9
|
cmd/tools/repeat.v: cleanup
|
2020-10-01 20:46:45 +03:00 |
Delyan Angelov
|
0402179603
|
cmd/tools/repeat.v: add a --warmup option too
|
2020-10-01 20:35:56 +03:00 |
Delyan Angelov
|
04cd585183
|
cmd/tools/repeat.v: add a MVP of a command repeater/summarizer, simillar to hyperfine.
|
2020-10-01 20:05:27 +03:00 |