TODO: This might not work. Fix it later, if needed.
(b *testing.B)
| 878 | |
| 879 | // TODO: This might not work. Fix it later, if needed. |
| 880 | func BenchmarkQuery(b *testing.B) { |
| 881 | b.ResetTimer() |
| 882 | for i := 0; i < b.N; i++ { |
| 883 | processToFastJSON(q1) |
| 884 | } |
| 885 | } |
| 886 | |
| 887 | // change from uid to scalar or vice versa |
| 888 | func TestSchemaMutation4Error(t *testing.T) { |
nothing calls this directly
no test coverage detected